@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.login-container{position:fixed;top:0;left:0;right:0;bottom:0;min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafafa,#f3f4f6);padding:2rem;z-index:1000}.login-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:3.5rem;max-width:420px;width:100%;text-align:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.login-card h1{margin:0 0 .75rem;font-size:2.5rem;color:#1a1a1a;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{margin:0 0 2.5rem;color:#6b7280;font-size:1.125rem;font-weight:400;letter-spacing:-.01em}.google-login-btn{width:100%;padding:1rem 1.5rem;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;color:#1a1a1a;font-size:1rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;letter-spacing:-.01em}.google-login-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.google-login-btn:active{transform:translateY(0)}.login-error{padding:1rem 1.25rem;margin-bottom:1.5rem;background:#fef2f2;border:1.5px solid #fecaca;border-radius:8px;border-left:4px solid #ef4444;color:#991b1b;font-size:.875rem;text-align:left;font-family:Inter,sans-serif}.login-info{margin-top:2rem;padding-top:2rem;border-top:1.5px solid #e5e7eb}.login-info p{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.6;font-weight:400}.login-info strong{color:#1a1a1a;font-weight:600}.unauthorized-container{position:fixed;top:0;left:0;right:0;bottom:0;min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafafa,#f3f4f6);padding:2rem;z-index:1000}.unauthorized-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:3.5rem;max-width:420px;width:100%;text-align:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.unauthorized-card h1{margin:0 0 1.25rem;font-size:2.5rem;color:#1a1a1a;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.unauthorized-message{margin:0 0 2.5rem;color:#6b7280;font-size:1.125rem;line-height:1.6;font-weight:400;letter-spacing:-.01em}.unauthorized-logout-btn{width:100%;padding:1rem 1.5rem;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;color:#1a1a1a;font-size:1rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em}.unauthorized-logout-btn:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.unauthorized-logout-btn:active{transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;min-height:100vh;color:#1a1a1a;line-height:1.6;font-weight:400}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0}.header{text-align:center;margin-bottom:3.5rem;color:#1a1a1a}.header h1{font-size:3rem;margin-bottom:.75rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{font-size:1.125rem;color:#6b7280;font-weight:400;letter-spacing:-.01em}.card{background:#fff;border-radius:12px;padding:2.5rem;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.card h2{color:#1a1a1a;font-size:1.5rem;margin-bottom:1.75rem;font-weight:600;letter-spacing:-.02em}.input-group{display:flex;gap:1rem;margin-bottom:1rem}.input-group input{flex:1;padding:.875rem 1.25rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:1rem;font-weight:400;transition:all .2s ease;background:#fff;color:#1a1a1a;font-family:Inter,sans-serif}.input-group input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}.input-group input::placeholder{color:#9ca3af;font-weight:400}.btn{padding:.875rem 2rem;border:1.5px solid #1a1a1a;border-radius:8px;font-size:1rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;background:#fff;color:#1a1a1a;letter-spacing:-.01em}.btn-primary{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.btn-primary:hover:not(:disabled){background:#2d2d2d;border-color:#2d2d2d;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{background:#e5e7eb;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.profiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1rem}.profiles-list{border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.profiles-list .profile-list-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.profiles-list .profile-list-item:last-child{border-bottom:1.5px solid #e5e7eb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.profile-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:1.75rem;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:0 1px 2px #00000008}.profile-card:hover{border-color:#1a1a1a;background:#fafafa;transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.profile-card.selected{border-color:#1a1a1a;background:#1a1a1a;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.profile-card.selected h3,.profile-card.selected p{color:#fff}.profile-card h3{color:#1a1a1a;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.profile-card p{color:#6b7280;font-size:.875rem;margin-bottom:.75rem;line-height:1.6}.profile-card .status,.status{display:inline-block;padding:.375rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize;letter-spacing:.025em;font-family:Inter,sans-serif}.status.completed{background:#10b981;color:#fff}.status.processing{background:#3b82f6;color:#fff}.status.queued{background:#6b7280;color:#fff}.status.pending{background:#f59e0b;color:#fff}.status.failed{background:#ef4444;color:#fff}.media-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.media-item{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 2px #00000008}.media-item:hover{background:#fafafa;border-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.media-thumbnail{width:100%;height:250px;object-fit:cover;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem;border-bottom:1.5px solid #e5e7eb}.media-thumbnail img{width:100%;height:100%;object-fit:cover}.media-content{padding:1.25rem}.media-content h4{color:#1a1a1a;margin-bottom:.75rem;font-size:.875rem;font-weight:600;word-break:break-all;letter-spacing:-.01em}.media-content .type{display:inline-block;padding:.25rem .625rem;background:#1a1a1a;color:#fff;border-radius:6px;font-size:.75rem;font-weight:500;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif}.media-content .analysis{color:#1a1a1a;font-size:.875rem;line-height:1.6;margin-bottom:.75rem;max-height:80px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.media-content .caption{color:#6b7280;font-size:.8125rem;font-style:italic;margin-bottom:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px;border-left:3px solid #1a1a1a;max-height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.media-stats{display:flex;gap:1rem;padding-top:.75rem;border-top:1.5px solid #e5e7eb;font-size:.8125rem;color:#6b7280;font-weight:500}.media-stats span{display:flex;align-items:center;gap:.25rem}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1rem;font-weight:500}.loading:after{content:"...";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.error{background:#fef2f2;color:#991b1b;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem;border:1.5px solid #fecaca;border-left:4px solid #ef4444;font-weight:400;font-family:Inter,sans-serif}.success{background:#f0fdf4;color:#166534;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem;border:1.5px solid #bbf7d0;border-left:4px solid #10b981;font-weight:400;font-family:Inter,sans-serif}.empty-state{text-align:center;padding:3rem;color:#6b7280;font-size:1rem;font-weight:400}.back-btn{margin-bottom:1rem;background:#fff;color:#000;border-color:#000}.back-btn:hover:not(:disabled){background:#000;color:#fff}.refresh-btn{padding:.5rem 1rem;font-size:.9rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}
