:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;width:100%;display:flex;justify-content:center}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{text-align:center;padding:2rem 1rem 1rem;color:#fff}.app-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.app-header p{font-size:1rem;margin:0;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3)}.app-main{flex:1;padding-bottom:2rem}@media (max-width: 768px){.app-header h1{font-size:2rem}.app-header{padding:1.5rem 1rem .5rem}}.dashboard{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;gap:1rem}.user-info h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.user-info p{color:#6b7280;margin:0;font-size:.875rem}.header-actions{display:flex;gap:.75rem;align-items:center}.refresh-button,.export-button,.logout-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid}.refresh-button{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.refresh-button:hover:not(:disabled){background:#dbeafe;transform:translateY(-1px)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.export-button{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.export-button:hover{background:#dcfce7}.logout-button{background:#fef2f2;color:#dc2626;border-color:#fecaca}.logout-button:hover{background:#fee2e2}.spinning{animation:spin 1s linear infinite}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.changes-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.changes-section h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.changes-list{display:flex;flex-direction:column;gap:.5rem}.change-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;font-size:.875rem}.change-item.new{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.change-item.lost{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.insights-section{margin-bottom:2rem}.insight-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.insight-card h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.insight-item{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.insight-label{font-size:.875rem;color:#6b7280;font-weight:500}.insight-value{font-size:1.25rem;font-weight:700;color:#111827}.followers-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-header{flex-direction:column;align-items:stretch}.header-actions{justify-content:center}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.followers-section{grid-template-columns:1fr}}@media (max-width: 480px){.header-actions{flex-wrap:wrap}.refresh-button,.export-button,.logout-button{flex:1;justify-content:center}}.followers-list{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.followers-list h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-height:300px;overflow-y:auto}.user-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;transition:all .2s;border:1px solid transparent;cursor:pointer}.user-card.mutual{background:#f0fdf4;border-color:#bbf7d0}.user-card.mutual:hover{background:#dcfce7}.user-card.not-following-back{background:#fef2f2;border-color:#fecaca}.user-card.not-following-back:hover{background:#fee2e2}.user-avatar{width:32px;height:32px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-card.mutual .user-avatar{background:#bbf7d0;color:#16a34a}.user-card.not-following-back .user-avatar{background:#fecaca;color:#dc2626}.username{font-size:.875rem;font-weight:500;color:#374151;word-break:break-all}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#9ca3af;text-align:center}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state p{margin:0;font-size:.875rem}@media (max-width: 640px){.users-grid{grid-template-columns:1fr}.followers-list{padding:1rem}}.stats-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}.stats-card:hover{box-shadow:0 8px 25px -6px #00000026}.stats-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-card.blue .stats-icon{background:#dbeafe;color:#1d4ed8}.stats-card.green .stats-icon{background:#dcfce7;color:#16a34a}.stats-card.purple .stats-icon{background:#f3e8ff;color:#9333ea}.stats-card.red .stats-icon{background:#fee2e2;color:#dc2626}.stats-content{flex:1}.stats-content h3{font-size:.875rem;color:#6b7280;margin:0 0 .25rem;font-weight:500}.stats-value{font-size:1.875rem;font-weight:700;color:#111827;margin:0}@media (max-width: 640px){.stats-card{padding:1rem}.stats-icon{width:40px;height:40px}.stats-value{font-size:1.5rem}}.instagram-upload-container{max-width:800px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column;gap:2rem}.upload-header{text-align:center;color:#fff;margin-bottom:1rem}.upload-header h2{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.upload-header p{font-size:1.125rem;margin:0;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3)}.upload-instructions-main{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.upload-instructions-main h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.upload-instructions-main ol{color:#374151;line-height:1.6;margin:0;padding-left:1.5rem}.upload-instructions-main li{margin-bottom:.5rem}.upload-instructions-main strong{color:#111827;font-weight:600}.upload-zone{background:#fff;border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s;position:relative;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.upload-zone:hover{border-color:#e4405f;background:#fef7f7;box-shadow:0 8px 25px -6px #e4405f26}.upload-zone.drag-over{border-color:#e4405f;background:#fef7f7;transform:scale(1.02)}.upload-zone.success{border-color:#16a34a;background:#f0fdf4}.upload-zone svg{color:#9ca3af;transition:color .3s}.upload-zone:hover svg,.upload-zone.drag-over svg{color:#e4405f}.upload-zone.success svg{color:#16a34a}.success-icon{color:#16a34a!important}.upload-zone h4{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.upload-zone p{color:#6b7280;margin:0;font-size:.875rem}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-input:disabled{cursor:not-allowed}.spinning{animation:spin 1s linear infinite;color:#e4405f!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upload-error{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:8px;border:1px solid #fecaca;display:flex;align-items:center;gap:.75rem;font-size:.875rem}.upload-info{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.info-item{display:flex;align-items:center;gap:.75rem;color:#374151;font-size:.875rem}.info-item svg{color:#6b7280;flex-shrink:0}.info-item strong{color:#111827}@media (max-width: 768px){.instagram-upload-container{padding:1rem}.upload-header h2{font-size:2rem}.upload-zone{padding:2rem 1rem}.upload-instructions-main{padding:1rem}}
