.App{min-height:100vh;background:linear-gradient(135deg,#0077b5,#00a0dc)}.App-header{padding:1rem;text-align:center;color:#fff}.App-header h1{font-size:1.5rem;margin:0;font-weight:700}.App-header p{font-size:.875rem;margin:.25rem 0 0;opacity:.9}.container{max-width:100%;margin:0;padding:.5rem}.two-column-layout{display:grid;grid-template-columns:320px 1fr;gap:.75rem;align-items:start}@media(max-width:1024px){.two-column-layout{grid-template-columns:1fr}}.left-column,.right-column{display:flex;flex-direction:column;gap:1rem}.form-section,.accounts-section,.posts-section{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.scraper-form h2{margin-top:0;margin-bottom:.5rem;font-size:1.125rem;color:#333}.form-description{color:#666;font-size:.875rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.25rem;font-weight:600;font-size:.875rem;color:#333}.form-group input{width:100%;padding:.5rem;font-size:.875rem;border:1px solid #e0e0e0;border-radius:6px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#0077b5}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.75rem}.url-input{font-family:monospace;font-size:.8rem!important}.form-error{background-color:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:.75rem;font-size:.875rem}.form-success{background-color:#efe;color:#383;padding:.75rem;border-radius:6px;margin-bottom:.75rem;font-size:.875rem}.form-help{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.form-help h3{font-size:.875rem;margin-bottom:.5rem;color:#666}.form-help ul{list-style:none;padding:0}.form-help li{margin-bottom:.25rem;color:#666;font-size:.75rem}.form-help code{background:#f5f5f5;padding:.125rem .375rem;border-radius:4px;font-size:.75rem;color:#0077b5}button{background:linear-gradient(135deg,#0077b5,#00a0dc);color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:.375rem;justify-content:center}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0077b566}button:disabled{opacity:.6;cursor:not-allowed}.submit-btn{width:100%}.refresh-btn{padding:.375rem .75rem;font-size:.75rem}.close-btn{background:#dc3545;padding:.375rem .75rem;font-size:1rem}.close-btn:hover:not(:disabled){background:#c82333;box-shadow:0 4px 12px #dc354566}.account-actions{display:flex;gap:.5rem;align-items:center}.rescrape-btn-small{background:#0077b5;color:#fff;border:none;cursor:pointer;padding:.25rem .5rem;font-size:.875rem;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background .2s}.rescrape-btn-small:hover:not(:disabled){background:#005885}.rescrape-btn-small:disabled{opacity:.6;cursor:not-allowed}.export-excel-btn-small{background:#28a745;color:#fff;border:none;cursor:pointer;padding:.25rem .5rem;font-size:.875rem;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background .2s}.export-excel-btn-small:hover:not(:disabled){background:#218838;box-shadow:0 2px 8px #28a7454d}.export-excel-btn-small:disabled{opacity:.6;cursor:not-allowed}.delete-btn-small{background:#dc3545;padding:.25rem .5rem;font-size:.875rem;border-radius:50%;width:28px;height:28px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #0077b5;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}.spinner-small{border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.accounts-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.accounts-list-header h2{margin:0;font-size:1rem;color:#333}.accounts-grid{display:flex;flex-direction:column;gap:.5rem}.account-card{padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}.account-card:hover{border-color:#0077b5;transform:translateY(-2px);box-shadow:0 4px 12px #0077b533}.account-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.5rem}.account-type-badge{font-size:1.25rem}.account-info h3{margin:0 0 .25rem;color:#333;font-size:.875rem}.account-url{color:#666;font-size:.75rem;word-break:break-all;margin:0}.account-stats{display:flex;gap:1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e0e0e0}.stat{display:flex;flex-direction:column;gap:.125rem}.stat-label{font-size:.625rem;color:#666;text-transform:uppercase}.stat-value{font-size:.875rem;font-weight:600;color:#0077b5}.accounts-list-empty,.accounts-list-loading,.accounts-list-error{text-align:center;padding:1rem;color:#666;font-size:.875rem}.selected-account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.selected-account-header h2{margin:0;font-size:1rem;color:#333}.posts-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.posts-list-header h2{margin:0;font-size:1rem;color:#333}.posts-grid{display:flex;flex-direction:column;gap:.75rem}.post-card{background:#f8f9fa;padding:.75rem;border-radius:8px;border:2px solid #e0e0e0;transition:all .2s}.post-card:hover{border-color:#0077b5;box-shadow:0 4px 12px #0077b51a}.post-author{display:flex;justify-content:space-between;align-items:start;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-info strong{color:#333;font-size:.875rem}.author-type{font-size:.75rem;color:#666;text-transform:uppercase;background:#e0e0e0;padding:.25rem .5rem;border-radius:4px;width:fit-content}.post-date{color:#666;font-size:.875rem}.post-content{margin-bottom:.5rem}.post-content p{margin:0;color:#333;line-height:1.5;font-size:.875rem;white-space:pre-wrap}.post-images{margin:.5rem 0;display:flex;flex-direction:column;gap:.5rem}.post-image{width:100%;max-width:100%;height:auto;border-radius:4px;object-fit:contain;max-height:300px}.post-image-placeholder{width:100%;padding:1rem;text-align:center;color:#999;font-style:italic;font-size:.75rem;background:#f0f0f0;border-radius:4px;border:1px dashed #ccc}.no-content{color:#999;font-style:italic}.post-engagement{display:flex;gap:1.5rem;margin-bottom:.5rem}.engagement-item{display:flex;align-items:center;gap:.5rem}.engagement-icon{font-size:1rem}.engagement-count{font-weight:600;font-size:.875rem;color:#666}.post-actions{padding-top:.5rem;border-top:1px solid #e0e0e0}.view-post-link{color:#0077b5;text-decoration:none;font-weight:600;font-size:.875rem;transition:color .2s}.view-post-link:hover{color:#00a0dc}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.pagination-btn{padding:.5rem 1rem;font-size:.875rem}.pagination-info{color:#666;font-weight:600;font-size:.875rem}.no-selection{background:#fff;padding:2rem 1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-height:200px;display:flex;align-items:center;justify-content:center}.no-selection-content{text-align:center}.no-selection-content h2{color:#666;margin-bottom:.5rem;font-size:1rem}.no-selection-content p{color:#999;font-size:.875rem}.posts-list-loading,.posts-list-error,.posts-list-empty{text-align:center;padding:1.5rem 1rem}.posts-list-loading p,.posts-list-empty p{color:#666;margin-top:.5rem;font-size:.875rem}.posts-list-error{color:#c33}.posts-list-error button,.posts-list-empty button{margin-top:1rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#0077b5,#00a0dc)}.login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #0003;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{margin:0 0 .5rem;color:#333;font-size:1.75rem}.login-header p{margin:0;color:#666;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form .form-group{margin-bottom:0}.login-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.875rem;color:#333}.login-form .form-group input{width:100%;padding:.75rem;font-size:.875rem;border:1px solid #e0e0e0;border-radius:6px;transition:border-color .3s}.login-form .form-group input:focus{outline:none;border-color:#0077b5}.login-form .form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-form .form-error{background-color:#fee;color:#c33;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:0}.login-form .submit-btn{margin-top:.5rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}
